home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / The Dude / dude-install-3.5.exe / data / files / mibs / ENTITY-MIB.txt < prev    next >
Encoding:
Text File  |  2009-12-11  |  52.9 KB  |  1,263 lines

  1. -- extracted from rfc2737.txt
  2. -- at Wed Dec 15 07:07:49 1999
  3.  
  4. ENTITY-MIB DEFINITIONS ::= BEGIN
  5.  
  6. IMPORTS
  7.     MODULE-IDENTITY, OBJECT-TYPE, mib-2, NOTIFICATION-TYPE
  8.         FROM SNMPv2-SMI
  9.     TDomain, TAddress, TEXTUAL-CONVENTION,
  10.     AutonomousType, RowPointer, TimeStamp, TruthValue
  11.         FROM SNMPv2-TC
  12.     MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
  13.         FROM SNMPv2-CONF
  14.     SnmpAdminString
  15.         FROM SNMP-FRAMEWORK-MIB;
  16.  
  17. entityMIB MODULE-IDENTITY
  18.     LAST-UPDATED "9912070000Z" -- December 7, 1999
  19.     ORGANIZATION "IETF ENTMIB Working Group"
  20.     CONTACT-INFO
  21.             "        WG E-mail: entmib@cisco.com
  22.                   Subscribe: majordomo@cisco.com
  23.                          msg body: subscribe entmib
  24.  
  25.                      Keith McCloghrie
  26.                      ENTMIB Working Group Chair
  27.                      Cisco Systems Inc.
  28.                      170 West Tasman Drive
  29.                      San Jose, CA 95134
  30.                      +1 408-526-5260
  31.                      kzm@cisco.com
  32.  
  33.                      Andy Bierman
  34.                      ENTMIB Working Group Editor
  35.                      Cisco Systems Inc.
  36.                      170 West Tasman Drive
  37.                      San Jose, CA 95134
  38.                      +1 408-527-3711
  39.                      abierman@cisco.com"
  40.     DESCRIPTION
  41.             "The MIB module for representing multiple logical
  42.             entities supported by a single SNMP agent."
  43.     REVISION        "9912070000Z"
  44.     DESCRIPTION
  45.             "Initial Version of Entity MIB (Version 2).
  46.              This revision obsoletes RFC 2037.
  47.              This version published as RFC 2737."
  48.     REVISION        "9610310000Z"
  49.     DESCRIPTION
  50.             "Initial version (version 1), published as
  51.              RFC 2037."
  52.     ::= { mib-2 47 }
  53.  
  54. entityMIBObjects OBJECT IDENTIFIER ::= { entityMIB 1 }
  55.  
  56. -- MIB contains four groups
  57. entityPhysical OBJECT IDENTIFIER ::= { entityMIBObjects 1 }
  58. entityLogical  OBJECT IDENTIFIER ::= { entityMIBObjects 2 }
  59. entityMapping  OBJECT IDENTIFIER ::= { entityMIBObjects 3 }
  60. entityGeneral  OBJECT IDENTIFIER ::= { entityMIBObjects 4 }
  61.  
  62. -- Textual Conventions
  63. PhysicalIndex ::= TEXTUAL-CONVENTION
  64.     STATUS            current
  65.     DESCRIPTION
  66.             "An arbitrary value which uniquely identifies the physical
  67.             entity.  The value should be a small positive integer; index
  68.             values for different physical entities are not necessarily
  69.             contiguous."
  70.     SYNTAX INTEGER (1..2147483647)
  71.  
  72. PhysicalClass ::= TEXTUAL-CONVENTION
  73.     STATUS            current
  74.     DESCRIPTION
  75.             "An enumerated value which provides an indication of the
  76.             general hardware type of a particular physical entity.
  77.             There are no restrictions as to the number of
  78.             entPhysicalEntries of each entPhysicalClass, which must be
  79.             instantiated by an agent.
  80.  
  81.             The enumeration 'other' is applicable if the physical entity
  82.             class is known, but does not match any of the supported
  83.             values.
  84.  
  85.             The enumeration 'unknown' is applicable if the physical
  86.             entity class is unknown to the agent.
  87.  
  88.             The enumeration 'chassis' is applicable if the physical
  89.             entity class is an overall container for networking
  90.             equipment.  Any class of physical entity except a stack may
  91.             be contained within a chassis, and a chassis may only be
  92.             contained within a stack.
  93.  
  94.             The enumeration 'backplane' is applicable if the physical
  95.             entity class is some sort of device for aggregating and
  96.             forwarding networking traffic, such as a shared backplane in
  97.             a modular ethernet switch.  Note that an agent may model a
  98.             backplane as a single physical entity, which is actually
  99.             implemented as multiple discrete physical components (within
  100.             a chassis or stack).
  101.  
  102.             The enumeration 'container' is applicable if the physical
  103.             entity class is capable of containing one or more removable
  104.             physical entities, possibly of different types. For example,
  105.             each (empty or full) slot in a chassis will be modeled as a
  106.             container. Note that all removable physical entities should
  107.             be modeled within a container entity, such as field-
  108.             replaceable modules, fans, or power supplies.  Note that all
  109.             known containers should be modeled by the agent, including
  110.             empty containers.
  111.  
  112.             The enumeration 'powerSupply' is applicable if the physical
  113.             entity class is a power-supplying component.
  114.  
  115.             The enumeration 'fan' is applicable if the physical entity
  116.             class is a fan or other heat-reduction component.
  117.  
  118.             The enumeration 'sensor' is applicable if the physical
  119.             entity class is some sort of sensor, such as a temperature
  120.             sensor within a router chassis.
  121.  
  122.             The enumeration 'module' is applicable if the physical
  123.             entity class is some sort of self-contained sub-system.  If
  124.             it is removable, then it should be modeled within a
  125.             container entity, otherwise it should be modeled directly
  126.             within another physical entity (e.g., a chassis or another
  127.             module).
  128.  
  129.             The enumeration 'port' is applicable if the physical entity
  130.             class is some sort of networking port, capable of receiving
  131.             and/or transmitting networking traffic.
  132.  
  133.             The enumeration 'stack' is applicable if the physical entity
  134.             class is some sort of super-container (possibly virtual),
  135.             intended to group together multiple chassis entities.  A
  136.             stack may be realized by a 'virtual' cable, a real
  137.             interconnect cable, attached to multiple chassis, or may in
  138.             fact be comprised of multiple interconnect cables. A stack
  139.             should not be modeled within any other physical entities,
  140.             but a stack may be contained within another stack.  Only
  141.             chassis entities should be contained within a stack."
  142.     SYNTAX      INTEGER  {
  143.        other(1),
  144.        unknown(2),
  145.        chassis(3),
  146.        backplane(4),
  147.        container(5),     -- e.g., chassis slot or daughter-card holder
  148.        powerSupply(6),
  149.        fan(7),
  150.        sensor(8),
  151.        module(9),        -- e.g., plug-in card or daughter-card
  152.        port(10),
  153.        stack(11)         -- e.g., stack of multiple chassis entities
  154.     }
  155.  
  156. SnmpEngineIdOrNone ::= TEXTUAL-CONVENTION
  157.     STATUS            current
  158.     DESCRIPTION
  159.             "A specially formatted SnmpEngineID string for use with the
  160.             Entity MIB.
  161.  
  162.             If an instance of an object of SYNTAX SnmpEngineIdOrNone has
  163.             a non-zero length, then the object encoding and semantics
  164.             are defined by the SnmpEngineID textual convention (see RFC
  165.             2571 [RFC2571]).
  166.  
  167.             If an instance of an object of SYNTAX SnmpEngineIdOrNone
  168.             contains a zero-length string, then no appropriate
  169.             SnmpEngineID is associated with the logical entity (i.e.,
  170.             SNMPv3 not supported)."
  171.     SYNTAX OCTET STRING (SIZE(0..32)) -- empty string or SnmpEngineID
  172.  
  173. --           The Physical Entity Table
  174. entPhysicalTable OBJECT-TYPE
  175.     SYNTAX      SEQUENCE OF EntPhysicalEntry
  176.     MAX-ACCESS  not-accessible
  177.     STATUS      current
  178.     DESCRIPTION
  179.             "This table contains one row per physical entity.  There is
  180.             always at least one row for an 'overall' physical entity."
  181.     ::= { entityPhysical 1 }
  182.  
  183. entPhysicalEntry       OBJECT-TYPE
  184.     SYNTAX      EntPhysicalEntry
  185.     MAX-ACCESS  not-accessible
  186.     STATUS      current
  187.     DESCRIPTION
  188.             "Information about a particular physical entity.
  189.  
  190.             Each entry provides objects (entPhysicalDescr,
  191.             entPhysicalVendorType, and entPhysicalClass) to help an NMS
  192.             identify and characterize the entry, and objects
  193.             (entPhysicalContainedIn and entPhysicalParentRelPos) to help
  194.             an NMS relate the particular entry to other entries in this
  195.             table."
  196.     INDEX   { entPhysicalIndex }
  197.     ::= { entPhysicalTable 1 }
  198.  
  199. EntPhysicalEntry ::= SEQUENCE {
  200.       entPhysicalIndex          PhysicalIndex,
  201.       entPhysicalDescr          SnmpAdminString,
  202.       entPhysicalVendorType     AutonomousType,
  203.       entPhysicalContainedIn    INTEGER,
  204.       entPhysicalClass          PhysicalClass,
  205.       entPhysicalParentRelPos   INTEGER,
  206.       entPhysicalName           SnmpAdminString,
  207.       entPhysicalHardwareRev    SnmpAdminString,
  208.       entPhysicalFirmwareRev    SnmpAdminString,
  209.       entPhysicalSoftwareRev    SnmpAdminString,
  210.       entPhysicalSerialNum      SnmpAdminString,
  211.       entPhysicalMfgName        SnmpAdminString,
  212.       entPhysicalModelName      SnmpAdminString,
  213.       entPhysicalAlias          SnmpAdminString,
  214.       entPhysicalAssetID        SnmpAdminString,
  215.       entPhysicalIsFRU          TruthValue
  216. }
  217.  
  218. entPhysicalIndex    OBJECT-TYPE
  219.     SYNTAX      PhysicalIndex
  220.     MAX-ACCESS  not-accessible
  221.     STATUS      current
  222.     DESCRIPTION
  223.             "The index for this entry."
  224.     ::= { entPhysicalEntry 1 }
  225.  
  226. entPhysicalDescr OBJECT-TYPE
  227.     SYNTAX      SnmpAdminString
  228.     MAX-ACCESS  read-only
  229.     STATUS      current
  230.     DESCRIPTION
  231.             "A textual description of physical entity.  This object
  232.             should contain a string which identifies the manufacturer's
  233.             name for the physical entity, and should be set to a
  234.             distinct value for each version or model of the physical
  235.             entity. "
  236.     ::= { entPhysicalEntry 2 }
  237.  
  238. entPhysicalVendorType OBJECT-TYPE
  239.     SYNTAX      AutonomousType
  240.     MAX-ACCESS  read-only
  241.     STATUS      current
  242.     DESCRIPTION
  243.             "An indication of the vendor-specific hardware type of the
  244.             physical entity.  Note that this is different from the
  245.             definition of MIB-II's sysObjectID.
  246.  
  247.             An agent should set this object to a enterprise-specific
  248.             registration identifier value indicating the specific
  249.             equipment type in detail.  The associated instance of
  250.             entPhysicalClass is used to indicate the general type of
  251.             hardware device.
  252.  
  253.             If no vendor-specific registration identifier exists for
  254.             this physical entity, or the value is unknown by this agent,
  255.             then the value { 0 0 } is returned."
  256.     ::= { entPhysicalEntry 3 }
  257.  
  258. entPhysicalContainedIn OBJECT-TYPE
  259.     SYNTAX      INTEGER (0..2147483647)
  260.     MAX-ACCESS  read-only
  261.     STATUS      current
  262.     DESCRIPTION
  263.             "The value of entPhysicalIndex for the physical entity which
  264.             'contains' this physical entity.  A value of zero indicates
  265.             this physical entity is not contained in any other physical
  266.             entity.  Note that the set of 'containment' relationships
  267.             define a strict hierarchy; that is, recursion is not
  268.             allowed.
  269.  
  270.             In the event a physical entity is contained by more than one
  271.             physical entity (e.g., double-wide modules), this object
  272.             should identify the containing entity with the lowest value
  273.             of entPhysicalIndex."
  274.     ::= { entPhysicalEntry 4 }
  275.  
  276. entPhysicalClass OBJECT-TYPE
  277.     SYNTAX      PhysicalClass
  278.     MAX-ACCESS  read-only
  279.     STATUS      current
  280.     DESCRIPTION
  281.             "An indication of the general hardware type of the physical
  282.             entity.
  283.  
  284.             An agent should set this object to the standard enumeration
  285.             value which most accurately indicates the general class of
  286.             the physical entity, or the primary class if there is more
  287.             than one.
  288.  
  289.             If no appropriate standard registration identifier exists
  290.             for this physical entity, then the value 'other(1)' is
  291.             returned. If the value is unknown by this agent, then the
  292.             value 'unknown(2)' is returned."
  293.     ::= { entPhysicalEntry 5 }
  294.  
  295. entPhysicalParentRelPos OBJECT-TYPE
  296.     SYNTAX      INTEGER (-1..2147483647)
  297.     MAX-ACCESS  read-only
  298.     STATUS      current
  299.     DESCRIPTION
  300.             "An indication of the relative position of this 'child'
  301.             component among all its 'sibling' components. Sibling
  302.             components are defined as entPhysicalEntries which share the
  303.             same instance values of each of the entPhysicalContainedIn
  304.             and entPhysicalClass objects.
  305.  
  306.             An NMS can use this object to identify the relative ordering
  307.             for all sibling components of a particular parent
  308.             (identified by the entPhysicalContainedIn instance in each
  309.             sibling entry).
  310.  
  311.             This value should match any external labeling of the
  312.             physical component if possible. For example, for a container
  313.             (e.g., card slot) labeled as 'slot #3',
  314.             entPhysicalParentRelPos should have the value '3'.  Note
  315.             that the entPhysicalEntry for the module plugged in slot 3
  316.             should have an entPhysicalParentRelPos value of '1'.
  317.  
  318.             If the physical position of this component does not match
  319.             any external numbering or clearly visible ordering, then
  320.             user documentation or other external reference material
  321.             should be used to determine the parent-relative position. If
  322.             this is not possible, then the the agent should assign a
  323.             consistent (but possibly arbitrary) ordering to a given set
  324.             of 'sibling' components, perhaps based on internal
  325.             representation of the components.
  326.  
  327.             If the agent cannot determine the parent-relative position
  328.             for some reason, or if the associated value of
  329.             entPhysicalContainedIn is '0', then the value '-1' is
  330.             returned. Otherwise a non-negative integer is returned,
  331.             indicating the parent-relative position of this physical
  332.             entity.
  333.  
  334.             Parent-relative ordering normally starts from '1' and
  335.             continues to 'N', where 'N' represents the highest
  336.             positioned child entity.  However, if the physical entities
  337.             (e.g., slots) are labeled from a starting position of zero,
  338.             then the first sibling should be associated with a
  339.             entPhysicalParentRelPos value of '0'.  Note that this
  340.             ordering may be sparse or dense, depending on agent
  341.             implementation.
  342.  
  343.             The actual values returned are not globally meaningful, as
  344.             each 'parent' component may use different numbering
  345.             algorithms. The ordering is only meaningful among siblings
  346.             of the same parent component.
  347.  
  348.             The agent should retain parent-relative position values
  349.             across reboots, either through algorithmic assignment or use
  350.             of non-volatile storage."
  351.     ::= { entPhysicalEntry 6 }
  352.  
  353. entPhysicalName OBJECT-TYPE
  354.     SYNTAX      SnmpAdminString
  355.     MAX-ACCESS  read-only
  356.     STATUS      current
  357.     DESCRIPTION
  358.             "The textual name of the physical entity.  The value of this
  359.             object should be the name of the component as assigned by
  360.             the local device and should be suitable for use in commands
  361.             entered at the device's `console'.  This might be a text
  362.             name, such as `console' or a simple component number (e.g.,
  363.             port or module number), such as `1', depending on the
  364.             physical component naming syntax of the device.
  365.  
  366.             If there is no local name, or this object is otherwise not
  367.             applicable, then this object contains a zero-length string.
  368.  
  369.             Note that the value of entPhysicalName for two physical
  370.             entities will be the same in the event that the console
  371.             interface does not distinguish between them, e.g., slot-1
  372.             and the card in slot-1."
  373.     ::= { entPhysicalEntry 7 }
  374.  
  375. entPhysicalHardwareRev    OBJECT-TYPE
  376.     SYNTAX      SnmpAdminString
  377.     MAX-ACCESS  read-only
  378.     STATUS      current
  379.     DESCRIPTION
  380.             "The vendor-specific hardware revision string for the
  381.             physical entity.  The preferred value is the hardware
  382.             revision identifier actually printed on the component itself
  383.             (if present).
  384.  
  385.             Note that if revision information is stored internally in a
  386.             non-printable (e.g., binary) format, then the agent must
  387.             convert such information to a printable format, in an
  388.             implementation-specific manner.
  389.  
  390.             If no specific hardware revision string is associated with
  391.             the physical component, or this information is unknown to
  392.             the agent, then this object will contain a zero-length
  393.             string."
  394.     ::= { entPhysicalEntry 8 }
  395.  
  396. entPhysicalFirmwareRev    OBJECT-TYPE
  397.     SYNTAX      SnmpAdminString
  398.     MAX-ACCESS  read-only
  399.     STATUS      current
  400.     DESCRIPTION
  401.             "The vendor-specific firmware revision string for the
  402.             physical entity.
  403.  
  404.             Note that if revision information is stored internally in a
  405.             non-printable (e.g., binary) format, then the agent must
  406.             convert such information to a printable format, in an
  407.             implementation-specific manner.
  408.  
  409.             If no specific firmware programs are associated with the
  410.             physical component, or this information is unknown to the
  411.             agent, then this object will contain a zero-length string."
  412.     ::= { entPhysicalEntry 9 }
  413.  
  414. entPhysicalSoftwareRev    OBJECT-TYPE
  415.     SYNTAX      SnmpAdminString
  416.     MAX-ACCESS  read-only
  417.     STATUS      current
  418.     DESCRIPTION
  419.             "The vendor-specific software revision string for the
  420.             physical entity.
  421.  
  422.             Note that if revision information is stored internally in a
  423.             non-printable (e.g., binary) format, then the agent must
  424.             convert such information to a printable format, in an
  425.             implementation-specific manner.
  426.  
  427.             If no specific software programs are associated with the
  428.             physical component, or this information is unknown to the
  429.             agent, then this object will contain a zero-length string."
  430.     ::= { entPhysicalEntry 10 }
  431.  
  432. entPhysicalSerialNum   OBJECT-TYPE
  433.     SYNTAX      SnmpAdminString (SIZE (0..32))
  434.     MAX-ACCESS  read-write
  435.     STATUS      current
  436.     DESCRIPTION
  437.             "The vendor-specific serial number string for the physical
  438.             entity.  The preferred value is the serial number string
  439.             actually printed on the component itself (if present).
  440.  
  441.             On the first instantiation of an physical entity, the value
  442.             of entPhysicalSerialNum associated with that entity is set
  443.             to the correct vendor-assigned serial number, if this
  444.             information is available to the agent.  If a serial number
  445.             is unknown or non-existent, the entPhysicalSerialNum will be
  446.             set to a zero-length string instead.
  447.  
  448.             Note that implementations which can correctly identify the
  449.             serial numbers of all installed physical entities do not
  450.             need to provide write access to the entPhysicalSerialNum
  451.             object. Agents which cannot provide non-volatile storage for
  452.             the entPhysicalSerialNum strings are not required to
  453.             implement write access for this object.
  454.  
  455.             Not every physical component will have a serial number, or
  456.             even need one.  Physical entities for which the associated
  457.             value of the entPhysicalIsFRU object is equal to 'false(2)'
  458.             (e.g., the repeater ports within a repeater module), do not
  459.             need their own unique serial number. An agent does not have
  460.             to provide write access for such entities, and may return a
  461.             zero-length string.
  462.  
  463.             If write access is implemented for an instance of
  464.             entPhysicalSerialNum, and a value is written into the
  465.             instance, the agent must retain the supplied value in the
  466.             entPhysicalSerialNum instance associated with the same
  467.             physical entity for as long as that entity remains
  468.             instantiated. This includes instantiations across all re-
  469.             initializations/reboots of the network management system,
  470.             including those which result in a change of the physical
  471.             entity's entPhysicalIndex value."
  472.     ::= { entPhysicalEntry 11 }
  473.  
  474. entPhysicalMfgName   OBJECT-TYPE
  475.     SYNTAX      SnmpAdminString
  476.     MAX-ACCESS  read-only
  477.     STATUS      current
  478.     DESCRIPTION
  479.             "The name of the manufacturer of this physical component.
  480.             The preferred value is the manufacturer name string actually
  481.             printed on the component itself (if present).
  482.             Note that comparisons between instances of the
  483.             entPhysicalModelName, entPhysicalFirmwareRev,
  484.             entPhysicalSoftwareRev, and the entPhysicalSerialNum
  485.             objects, are only meaningful amongst entPhysicalEntries with
  486.             the same value of entPhysicalMfgName.
  487.  
  488.             If the manufacturer name string associated with the physical
  489.             component is unknown to the agent, then this object will
  490.             contain a zero-length string."
  491.     ::= { entPhysicalEntry 12 }
  492.  
  493. entPhysicalModelName   OBJECT-TYPE
  494.     SYNTAX      SnmpAdminString
  495.     MAX-ACCESS  read-only
  496.     STATUS      current
  497.     DESCRIPTION
  498.             "The vendor-specific model name identifier string associated
  499.             with this physical component.  The preferred value is the
  500.             customer-visible part number, which may be printed on the
  501.             component itself.
  502.  
  503.             If the model name string associated with the physical
  504.             component is unknown to the agent, then this object will
  505.             contain a zero-length string."
  506.     ::= { entPhysicalEntry 13 }
  507.  
  508. entPhysicalAlias    OBJECT-TYPE
  509.     SYNTAX      SnmpAdminString (SIZE (0..32))
  510.     MAX-ACCESS  read-write
  511.     STATUS      current
  512.     DESCRIPTION
  513.             "This object is an 'alias' name for the physical entity as
  514.             specified by a network manager, and provides a non-volatile
  515.             'handle' for the physical entity.
  516.  
  517.             On the first instantiation of an physical entity, the value
  518.             of entPhysicalAlias associated with that entity is set to
  519.             the zero-length string.  However, agent may set the value to
  520.             a locally unique default value, instead of a zero-length
  521.             string.
  522.  
  523.             If write access is implemented for an instance of
  524.             entPhysicalAlias, and a value is written into the instance,
  525.             the agent must retain the supplied value in the
  526.             entPhysicalAlias instance associated with the same physical
  527.             entity for as long as that entity remains instantiated.
  528.             This includes instantiations across all re-
  529.             initializations/reboots of the network management system,
  530.             including those which result in a change of the physical
  531.             entity's entPhysicalIndex value."
  532.     ::= { entPhysicalEntry 14 }
  533.  
  534. entPhysicalAssetID OBJECT-TYPE
  535.     SYNTAX      SnmpAdminString (SIZE (0..32))
  536.     MAX-ACCESS  read-write
  537.     STATUS      current
  538.     DESCRIPTION
  539.             "This object is a user-assigned asset tracking identifier
  540.             for the physical entity as specified by a network manager,
  541.             and provides non-volatile storage of this information.
  542.  
  543.             On the first instantiation of an physical entity, the value
  544.             of entPhysicalAssetID associated with that entity is set to
  545.             the zero-length string.
  546.  
  547.             Not every physical component will have a asset tracking
  548.             identifier, or even need one.  Physical entities for which
  549.             the associated value of the entPhysicalIsFRU object is equal
  550.             to 'false(2)' (e.g., the repeater ports within a repeater
  551.             module), do not need their own unique asset tracking
  552.             identifier. An agent does not have to provide write access
  553.             for such entities, and may instead return a zero-length
  554.             string.
  555.  
  556.             If write access is implemented for an instance of
  557.             entPhysicalAssetID, and a value is written into the
  558.             instance, the agent must retain the supplied value in the
  559.             entPhysicalAssetID instance associated with the same
  560.             physical entity for as long as that entity remains
  561.             instantiated.  This includes instantiations across all re-
  562.             initializations/reboots of the network management system,
  563.             including those which result in a change of the physical
  564.             entity's entPhysicalIndex value.
  565.  
  566.             If no asset tracking information is associated with the
  567.             physical component, then this object will contain a zero-
  568.             length string."
  569.     ::= { entPhysicalEntry 15 }
  570.  
  571. entPhysicalIsFRU OBJECT-TYPE
  572.     SYNTAX      TruthValue
  573.     MAX-ACCESS  read-only
  574.     STATUS      current
  575.     DESCRIPTION
  576.             "This object indicates whether or not this physical entity
  577.             is considered a 'field replaceable unit' by the vendor.  If
  578.             this object contains the value 'true(1)' then this
  579.             entPhysicalEntry identifies a field replaceable unit.  For
  580.             all entPhysicalEntries which represent components that are
  581.             permanently contained within a field replaceable unit, the
  582.             value 'false(2)' should be returned for this object."
  583.  
  584.     ::= { entPhysicalEntry 16 }
  585.  
  586. --           The Logical Entity Table
  587. entLogicalTable OBJECT-TYPE
  588.     SYNTAX      SEQUENCE OF EntLogicalEntry
  589.     MAX-ACCESS  not-accessible
  590.     STATUS      current
  591.     DESCRIPTION
  592.             "This table contains one row per logical entity.  For agents
  593.             which implement more than one naming scope, at least one
  594.             entry must exist. Agents which instantiate all MIB objects
  595.             within a single naming scope are not required to implement
  596.             this table."
  597.     ::= { entityLogical 1 }
  598.  
  599. entLogicalEntry       OBJECT-TYPE
  600.     SYNTAX      EntLogicalEntry
  601.     MAX-ACCESS  not-accessible
  602.     STATUS      current
  603.     DESCRIPTION
  604.             "Information about a particular logical entity.  Entities
  605.             may be managed by this agent or other SNMP agents (possibly)
  606.             in the same chassis."
  607.     INDEX       { entLogicalIndex }
  608.     ::= { entLogicalTable 1 }
  609.  
  610. EntLogicalEntry ::= SEQUENCE {
  611.       entLogicalIndex            INTEGER,
  612.       entLogicalDescr            SnmpAdminString,
  613.       entLogicalType             AutonomousType,
  614.       entLogicalCommunity        OCTET STRING,
  615.       entLogicalTAddress         TAddress,
  616.       entLogicalTDomain          TDomain,
  617.       entLogicalContextEngineID  SnmpEngineIdOrNone,
  618.       entLogicalContextName      SnmpAdminString
  619. }
  620.  
  621. entLogicalIndex OBJECT-TYPE
  622.     SYNTAX      INTEGER (1..2147483647)
  623.     MAX-ACCESS  not-accessible
  624.     STATUS      current
  625.     DESCRIPTION
  626.             "The value of this object uniquely identifies the logical
  627.             entity. The value should be a small positive integer; index
  628.             values for different logical entities are are not
  629.             necessarily contiguous."
  630.     ::= { entLogicalEntry 1 }
  631.  
  632. entLogicalDescr OBJECT-TYPE
  633.     SYNTAX      SnmpAdminString
  634.     MAX-ACCESS  read-only
  635.     STATUS      current
  636.     DESCRIPTION
  637.             "A textual description of the logical entity.  This object
  638.             should contain a string which identifies the manufacturer's
  639.             name for the logical entity, and should be set to a distinct
  640.             value for each version of the logical entity. "
  641.     ::= { entLogicalEntry 2 }
  642.  
  643. entLogicalType OBJECT-TYPE
  644.     SYNTAX      AutonomousType
  645.     MAX-ACCESS  read-only
  646.     STATUS      current
  647.     DESCRIPTION
  648.             "An indication of the type of logical entity.  This will
  649.             typically be the OBJECT IDENTIFIER name of the node in the
  650.             SMI's naming hierarchy which represents the major MIB
  651.             module, or the majority of the MIB modules, supported by the
  652.             logical entity.  For example:
  653.                a logical entity of a regular host/router -> mib-2
  654.                a logical entity of a 802.1d bridge -> dot1dBridge
  655.                a logical entity of a 802.3 repeater -> snmpDot3RptrMgmt
  656.             If an appropriate node in the SMI's naming hierarchy cannot
  657.             be identified, the value 'mib-2' should be used."
  658.     ::= { entLogicalEntry 3 }
  659.  
  660. entLogicalCommunity OBJECT-TYPE
  661.     SYNTAX      OCTET STRING (SIZE (0..255))
  662.     MAX-ACCESS  read-only
  663.     STATUS      deprecated
  664.     DESCRIPTION
  665.             "An SNMPv1 or SNMPv2C community-string which can be used to
  666.             access detailed management information for this logical
  667.             entity.  The agent should allow read access with this
  668.             community string (to an appropriate subset of all managed
  669.             objects) and may also return a community string based on the
  670.             privileges of the request used to read this object.  Note
  671.             that an agent may return a community string with read-only
  672.             privileges, even if this object is accessed with a read-
  673.             write community string. However, the agent must take care
  674.             not to return a community string which allows more
  675.             privileges than the community string used to access this
  676.             object.
  677.  
  678.             A compliant SNMP agent may wish to conserve naming scopes by
  679.             representing multiple logical entities in a single 'default'
  680.             naming scope.  This is possible when the logical entities
  681.             represented by the same value of entLogicalCommunity have no
  682.             object instances in common.  For example, 'bridge1' and
  683.             'repeater1' may be part of the main naming scope, but at
  684.             least one additional community string is needed to represent
  685.             'bridge2' and 'repeater2'.
  686.  
  687.             Logical entities 'bridge1' and 'repeater1' would be
  688.             represented by sysOREntries associated with the 'default'
  689.             naming scope.
  690.  
  691.             For agents not accessible via SNMPv1 or SNMPv2C, the value
  692.             of this object is the empty string.  This object may also
  693.             contain an empty string if a community string has not yet
  694.             been assigned by the agent, or no community string with
  695.             suitable access rights can be returned for a particular SNMP
  696.             request.
  697.  
  698.             Note that this object is deprecated. Agents which implement
  699.             SNMPv3 access should use the entLogicalContextEngineID and
  700.             entLogicalContextName objects to identify the context
  701.             associated with each logical entity.  SNMPv3 agents may
  702.             return a zero-length string for this object, or may continue
  703.             to return a community string (e.g., tri-lingual agent
  704.             support)."
  705.     ::= { entLogicalEntry 4 }
  706.  
  707. entLogicalTAddress OBJECT-TYPE
  708.     SYNTAX      TAddress
  709.     MAX-ACCESS  read-only
  710.     STATUS      current
  711.     DESCRIPTION
  712.             "The transport service address by which the logical entity
  713.             receives network management traffic, formatted according to
  714.             the corresponding value of entLogicalTDomain.
  715.  
  716.             For snmpUDPDomain, a TAddress is 6 octets long, the initial
  717.             4 octets containing the IP-address in network-byte order and
  718.             the last 2 containing the UDP port in network-byte order.
  719.             Consult 'Transport Mappings for Version 2 of the Simple
  720.             Network Management Protocol' (RFC 1906 [RFC1906]) for
  721.             further information on snmpUDPDomain."
  722.     ::= { entLogicalEntry 5 }
  723.  
  724. entLogicalTDomain OBJECT-TYPE
  725.     SYNTAX      TDomain
  726.     MAX-ACCESS  read-only
  727.     STATUS      current
  728.     DESCRIPTION
  729.             "Indicates the kind of transport service by which the
  730.             logical entity receives network management traffic.
  731.             Possible values for this object are presently found in the
  732.             Transport Mappings for SNMPv2 document (RFC 1906
  733.             [RFC1906])."
  734.     ::= { entLogicalEntry 6 }
  735.  
  736. entLogicalContextEngineID    OBJECT-TYPE
  737.     SYNTAX      SnmpEngineIdOrNone
  738.     MAX-ACCESS  read-only
  739.     STATUS      current
  740.     DESCRIPTION
  741.             "The authoritative contextEngineID that can be used to send
  742.             an SNMP message concerning information held by this logical
  743.             entity, to the address specified by the associated
  744.             'entLogicalTAddress/entLogicalTDomain' pair.
  745.  
  746.             This object, together with the associated
  747.             entLogicalContextName object, defines the context associated
  748.             with a particular logical entity, and allows access to SNMP
  749.             engines identified by a contextEngineId and contextName
  750.             pair.
  751.  
  752.             If no value has been configured by the agent, a zero-length
  753.             string is returned, or the agent may choose not to
  754.             instantiate this object at all."
  755.     ::= { entLogicalEntry 7 }
  756.  
  757. entLogicalContextName    OBJECT-TYPE
  758.     SYNTAX      SnmpAdminString
  759.     MAX-ACCESS  read-only
  760.     STATUS      current
  761.     DESCRIPTION
  762.             "The contextName that can be used to send an SNMP message
  763.             concerning information held by this logical entity, to the
  764.             address specified by the associated
  765.             'entLogicalTAddress/entLogicalTDomain' pair.
  766.  
  767.             This object, together with the associated
  768.             entLogicalContextEngineID object, defines the context
  769.             associated with a particular logical entity, and allows
  770.             access to SNMP engines identified by a contextEngineId and
  771.             contextName pair.
  772.  
  773.             If no value has been configured by the agent, a zero-length
  774.             string is returned, or the agent may choose not to
  775.             instantiate this object at all."
  776.     ::= { entLogicalEntry 8 }
  777.  
  778. entLPMappingTable OBJECT-TYPE
  779.     SYNTAX      SEQUENCE OF EntLPMappingEntry
  780.     MAX-ACCESS  not-accessible
  781.     STATUS      current
  782.     DESCRIPTION
  783.             "This table contains zero or more rows of logical entity to
  784.             physical equipment associations. For each logical entity
  785.             known by this agent, there are zero or more mappings to the
  786.             physical resources which are used to realize that logical
  787.             entity.
  788.  
  789.             An agent should limit the number and nature of entries in
  790.             this table such that only meaningful and non-redundant
  791.             information is returned. For example, in a system which
  792.             contains a single power supply, mappings between logical
  793.             entities and the power supply are not useful and should not
  794.             be included.
  795.  
  796.             Also, only the most appropriate physical component which is
  797.             closest to the root of a particular containment tree should
  798.             be identified in an entLPMapping entry.
  799.  
  800.             For example, suppose a bridge is realized on a particular
  801.             module, and all ports on that module are ports on this
  802.             bridge. A mapping between the bridge and the module would be
  803.             useful, but additional mappings between the bridge and each
  804.             of the ports on that module would be redundant (since the
  805.             entPhysicalContainedIn hierarchy can provide the same
  806.             information). If, on the other hand, more than one bridge
  807.             was utilizing ports on this module, then mappings between
  808.             each bridge and the ports it used would be appropriate.
  809.  
  810.             Also, in the case of a single backplane repeater, a mapping
  811.             for the backplane to the single repeater entity is not
  812.             necessary."
  813.     ::= { entityMapping 1 }
  814.  
  815. entLPMappingEntry       OBJECT-TYPE
  816.     SYNTAX      EntLPMappingEntry
  817.     MAX-ACCESS  not-accessible
  818.     STATUS      current
  819.     DESCRIPTION
  820.             "Information about a particular logical entity to physical
  821.             equipment association. Note that the nature of the
  822.             association is not specifically identified in this entry.
  823.             It is expected that sufficient information exists in the
  824.             MIBs used to manage a particular logical entity to infer how
  825.             physical component information is utilized."
  826.     INDEX       { entLogicalIndex, entLPPhysicalIndex }
  827.     ::= { entLPMappingTable 1 }
  828.  
  829. EntLPMappingEntry ::= SEQUENCE {
  830.       entLPPhysicalIndex         PhysicalIndex
  831. }
  832.  
  833. entLPPhysicalIndex OBJECT-TYPE
  834.     SYNTAX      PhysicalIndex
  835.     MAX-ACCESS  read-only
  836.     STATUS      current
  837.     DESCRIPTION
  838.             "The value of this object identifies the index value of a
  839.             particular entPhysicalEntry associated with the indicated
  840.             entLogicalEntity."
  841.     ::= { entLPMappingEntry 1 }
  842.  
  843. -- logical entity/component to alias table
  844. entAliasMappingTable OBJECT-TYPE
  845.     SYNTAX      SEQUENCE OF EntAliasMappingEntry
  846.     MAX-ACCESS  not-accessible
  847.     STATUS      current
  848.     DESCRIPTION
  849.             "This table contains zero or more rows, representing
  850.             mappings of logical entity and physical component to
  851.             external MIB identifiers.  Each physical port in the system
  852.             may be associated with a mapping to an external identifier,
  853.             which itself is associated with a particular logical
  854.             entity's naming scope.  A 'wildcard' mechanism is provided
  855.             to indicate that an identifier is associated with more than
  856.             one logical entity."
  857.     ::= { entityMapping 2 }
  858.  
  859. entAliasMappingEntry       OBJECT-TYPE
  860.     SYNTAX      EntAliasMappingEntry
  861.     MAX-ACCESS  not-accessible
  862.     STATUS      current
  863.     DESCRIPTION
  864.             "Information about a particular physical equipment, logical
  865.             entity to external identifier binding. Each logical
  866.             entity/physical component pair may be associated with one
  867.             alias mapping.  The logical entity index may also be used as
  868.             a 'wildcard' (refer to the entAliasLogicalIndexOrZero object
  869.             DESCRIPTION clause for details.)
  870.  
  871.             Note that only entPhysicalIndex values which represent
  872.             physical ports (i.e. associated entPhysicalClass value is
  873.             'port(10)') are permitted to exist in this table."
  874.     INDEX { entPhysicalIndex, entAliasLogicalIndexOrZero }
  875.     ::= { entAliasMappingTable 1 }
  876.  
  877. EntAliasMappingEntry ::= SEQUENCE {
  878.       entAliasLogicalIndexOrZero        INTEGER,
  879.       entAliasMappingIdentifier          RowPointer
  880. }
  881.  
  882. entAliasLogicalIndexOrZero OBJECT-TYPE
  883.     SYNTAX      INTEGER (0..2147483647)
  884.     MAX-ACCESS  not-accessible
  885.     STATUS      current
  886.     DESCRIPTION
  887.             "The value of this object identifies the logical entity
  888.             which defines the naming scope for the associated instance
  889.             of the 'entAliasMappingIdentifier' object.
  890.  
  891.             If this object has a non-zero value, then it identifies the
  892.             logical entity named by the same value of entLogicalIndex.
  893.  
  894.             If this object has a value of zero, then the mapping between
  895.             the physical component and the alias identifier for this
  896.             entAliasMapping entry is associated with all unspecified
  897.             logical entities. That is, a value of zero (the default
  898.             mapping) identifies any logical entity which does not have
  899.             an explicit entry in this table for a particular
  900.             entPhysicalIndex/entAliasMappingIdentifier pair.
  901.  
  902.             For example, to indicate that a particular interface (e.g.,
  903.             physical component 33) is identified by the same value of
  904.             ifIndex for all logical entities, the following instance
  905.             might exist:
  906.  
  907.                     entAliasMappingIdentifier.33.0 = ifIndex.5
  908.  
  909.             In the event an entPhysicalEntry is associated differently
  910.             for some logical entities, additional entAliasMapping
  911.             entries may exist, e.g.:
  912.  
  913.                     entAliasMappingIdentifier.33.0 = ifIndex.6
  914.                     entAliasMappingIdentifier.33.4 =  ifIndex.1
  915.                     entAliasMappingIdentifier.33.5 =  ifIndex.1
  916.                     entAliasMappingIdentifier.33.10 = ifIndex.12
  917.  
  918.             Note that entries with non-zero entAliasLogicalIndexOrZero
  919.             index values have precedence over any zero-indexed entry. In
  920.             this example, all logical entities except 4, 5, and 10,
  921.             associate physical entity 33 with ifIndex.6."
  922.     ::= { entAliasMappingEntry 1 }
  923.  
  924. entAliasMappingIdentifier OBJECT-TYPE
  925.     SYNTAX      RowPointer
  926.     MAX-ACCESS  read-only
  927.     STATUS      current
  928.     DESCRIPTION
  929.             "The value of this object identifies a particular conceptual
  930.             row associated with the indicated entPhysicalIndex and
  931.             entLogicalIndex pair.
  932.  
  933.             Since only physical ports are modeled in this table, only
  934.             entries which represent interfaces or ports are allowed.  If
  935.             an ifEntry exists on behalf of a particular physical port,
  936.             then this object should identify the associated 'ifEntry'.
  937.             For repeater ports, the appropriate row in the
  938.             'rptrPortGroupTable' should be identified instead.
  939.  
  940.             For example, suppose a physical port was represented by
  941.             entPhysicalEntry.3, entLogicalEntry.15 existed for a
  942.             repeater, and entLogicalEntry.22 existed for a bridge.  Then
  943.             there might be two related instances of
  944.             entAliasMappingIdentifier:
  945.                entAliasMappingIdentifier.3.15 == rptrPortGroupIndex.5.2
  946.                entAliasMappingIdentifier.3.22 == ifIndex.17
  947.             It is possible that other mappings (besides interfaces and
  948.             repeater ports) may be defined in the future, as required.
  949.  
  950.             Bridge ports are identified by examining the Bridge MIB and
  951.             appropriate ifEntries associated with each 'dot1dBasePort',
  952.             and are thus not represented in this table."
  953.     ::= { entAliasMappingEntry 2 }
  954.  
  955. -- physical mapping table
  956. entPhysicalContainsTable OBJECT-TYPE
  957.     SYNTAX      SEQUENCE OF EntPhysicalContainsEntry
  958.     MAX-ACCESS  not-accessible
  959.     STATUS      current
  960.     DESCRIPTION
  961.             "A table which exposes the container/'containee'
  962.             relationships between physical entities. This table provides
  963.             all the information found by constructing the virtual
  964.             containment tree for a given entPhysicalTable, but in a more
  965.             direct format.
  966.  
  967.             In the event a physical entity is contained by more than one
  968.             other physical entity (e.g., double-wide modules), this
  969.             table should include these additional mappings, which cannot
  970.             be represented in the entPhysicalTable virtual containment
  971.             tree."
  972.     ::= { entityMapping 3 }
  973.  
  974. entPhysicalContainsEntry OBJECT-TYPE
  975.     SYNTAX      EntPhysicalContainsEntry
  976.     MAX-ACCESS  not-accessible
  977.     STATUS      current
  978.     DESCRIPTION
  979.             "A single container/'containee' relationship."
  980.     INDEX       { entPhysicalIndex, entPhysicalChildIndex }
  981.     ::= { entPhysicalContainsTable 1 }
  982.  
  983. EntPhysicalContainsEntry ::= SEQUENCE {
  984.       entPhysicalChildIndex     PhysicalIndex
  985. }
  986.  
  987. entPhysicalChildIndex OBJECT-TYPE
  988.     SYNTAX      PhysicalIndex
  989.     MAX-ACCESS  read-only
  990.     STATUS      current
  991.     DESCRIPTION
  992.             "The value of entPhysicalIndex for the contained physical
  993.             entity."
  994.     ::= { entPhysicalContainsEntry 1 }
  995.  
  996. -- last change time stamp for the whole MIB
  997. entLastChangeTime OBJECT-TYPE
  998.     SYNTAX      TimeStamp
  999.     MAX-ACCESS  read-only
  1000.     STATUS      current
  1001.     DESCRIPTION
  1002.             "The value of sysUpTime at the time a conceptual row is
  1003.             created, modified, or deleted in any of these tables:
  1004.                     - entPhysicalTable
  1005.                     - entLogicalTable
  1006.                     - entLPMappingTable
  1007.                     - entAliasMappingTable
  1008.                     - entPhysicalContainsTable
  1009.             "
  1010.     ::= { entityGeneral 1 }
  1011.  
  1012. -- Entity MIB Trap Definitions
  1013. entityMIBTraps      OBJECT IDENTIFIER ::= { entityMIB 2 }
  1014. entityMIBTrapPrefix OBJECT IDENTIFIER ::= { entityMIBTraps 0 }
  1015.  
  1016. entConfigChange NOTIFICATION-TYPE
  1017.     STATUS             current
  1018.     DESCRIPTION
  1019.             "An entConfigChange notification is generated when the value
  1020.             of entLastChangeTime changes. It can be utilized by an NMS
  1021.             to trigger logical/physical entity table maintenance polls.
  1022.  
  1023.             An agent should not generate more than one entConfigChange
  1024.             'notification-event' in a given time interval (five seconds
  1025.             is the suggested default).  A 'notification-event' is the
  1026.             transmission of a single trap or inform PDU to a list of
  1027.             notification destinations.
  1028.  
  1029.             If additional configuration changes occur within the
  1030.             throttling period, then notification-events for these
  1031.             changes should be suppressed by the agent until the current
  1032.             throttling period expires.  At the end of a throttling
  1033.             period, one notification-event should be generated if any
  1034.             configuration changes occurred since the start of the
  1035.             throttling period. In such a case, another throttling period
  1036.             is started right away.
  1037.  
  1038.             An NMS should periodically check the value of
  1039.             entLastChangeTime to detect any missed entConfigChange
  1040.             notification-events, e.g., due to throttling or transmission
  1041.             loss."
  1042.    ::= { entityMIBTrapPrefix 1 }
  1043.  
  1044. -- conformance information
  1045. entityConformance OBJECT IDENTIFIER ::= { entityMIB 3 }
  1046.  
  1047. entityCompliances OBJECT IDENTIFIER ::= { entityConformance 1 }
  1048. entityGroups      OBJECT IDENTIFIER ::= { entityConformance 2 }
  1049.  
  1050. -- compliance statements
  1051. entityCompliance MODULE-COMPLIANCE
  1052.     STATUS  deprecated
  1053.     DESCRIPTION
  1054.             "The compliance statement for SNMP entities which implement
  1055.             version 1 of the Entity MIB."
  1056.     MODULE  -- this module
  1057.         MANDATORY-GROUPS {
  1058.                            entityPhysicalGroup,
  1059.                            entityLogicalGroup,
  1060.                            entityMappingGroup,
  1061.                            entityGeneralGroup,
  1062.                            entityNotificationsGroup
  1063.         }
  1064.     ::= { entityCompliances 1 }
  1065.  
  1066. entity2Compliance MODULE-COMPLIANCE
  1067.     STATUS  current
  1068.     DESCRIPTION
  1069.             "The compliance statement for SNMP entities which implement
  1070.             version 2 of the Entity MIB."
  1071.     MODULE  -- this module
  1072.         MANDATORY-GROUPS {
  1073.                            entityPhysicalGroup,
  1074.                            entityPhysical2Group,
  1075.                            entityGeneralGroup,
  1076.                            entityNotificationsGroup
  1077.         }
  1078.         GROUP entityLogical2Group
  1079.         DESCRIPTION
  1080.             "Implementation of this group is not mandatory for agents
  1081.             which model all MIB object instances within a single naming
  1082.             scope."
  1083.  
  1084.         GROUP entityMappingGroup
  1085.         DESCRIPTION
  1086.             "Implementation of the entPhysicalContainsTable is mandatory
  1087.             for all agents.  Implementation of the entLPMappingTable and
  1088.             entAliasMappingTables are not mandatory for agents which
  1089.             model all MIB object instances within a single naming scope.
  1090.  
  1091.             Note that the entAliasMappingTable may be useful for all
  1092.             agents, however implementation of the entityLogicalGroup or
  1093.             entityLogical2Group is required to support this table."
  1094.  
  1095.         OBJECT entPhysicalSerialNum
  1096.         MIN-ACCESS   not-accessible
  1097.         DESCRIPTION
  1098.             "Read and write access is not required for agents which
  1099.             cannot identify serial number information for physical
  1100.             entities, and/or cannot provide non-volatile storage for
  1101.             NMS-assigned serial numbers.
  1102.  
  1103.             Write access is not required for agents which can identify
  1104.             serial number information for physical entities, but cannot
  1105.             provide non-volatile storage for NMS-assigned serial
  1106.             numbers.
  1107.  
  1108.             Write access is not required for physical entities for
  1109.             physical entities for which the associated value of the
  1110.             entPhysicalIsFRU object is equal to 'false(2)'."
  1111.  
  1112.         OBJECT entPhysicalAlias
  1113.         MIN-ACCESS   read-only
  1114.         DESCRIPTION
  1115.             "Write access is required only if the associated
  1116.             entPhysicalClass value is equal to 'chassis(3)'."
  1117.  
  1118.         OBJECT entPhysicalAssetID
  1119.         MIN-ACCESS   not-accessible
  1120.         DESCRIPTION
  1121.             "Read and write access is not required for agents which
  1122.             cannot provide non-volatile storage for NMS-assigned asset
  1123.             identifiers.
  1124.  
  1125.             Write access is not required for physical entities for which
  1126.             the associated value of entPhysicalIsFRU is equal to
  1127.             'false(2)'."
  1128.     ::= { entityCompliances 2 }
  1129.  
  1130. -- MIB groupings
  1131. entityPhysicalGroup    OBJECT-GROUP
  1132.     OBJECTS {
  1133.               entPhysicalDescr,
  1134.               entPhysicalVendorType,
  1135.               entPhysicalContainedIn,
  1136.               entPhysicalClass,
  1137.               entPhysicalParentRelPos,
  1138.               entPhysicalName
  1139.             }
  1140.     STATUS  current
  1141.     DESCRIPTION
  1142.             "The collection of objects which are used to represent
  1143.             physical system components, for which a single agent
  1144.             provides management information."
  1145.     ::= { entityGroups 1 }
  1146.  
  1147. entityLogicalGroup    OBJECT-GROUP
  1148.     OBJECTS {
  1149.               entLogicalDescr,
  1150.               entLogicalType,
  1151.               entLogicalCommunity,
  1152.               entLogicalTAddress,
  1153.               entLogicalTDomain
  1154.  
  1155.             }
  1156.     STATUS  deprecated
  1157.     DESCRIPTION
  1158.             "The collection of objects which are used to represent the
  1159.             list of logical entities for which a single agent provides
  1160.             management information."
  1161.     ::= { entityGroups 2 }
  1162.  
  1163. entityMappingGroup    OBJECT-GROUP
  1164.     OBJECTS {
  1165.               entLPPhysicalIndex,
  1166.               entAliasMappingIdentifier,
  1167.               entPhysicalChildIndex
  1168.             }
  1169.     STATUS  current
  1170.     DESCRIPTION
  1171.             "The collection of objects which are used to represent the
  1172.             associations between multiple logical entities, physical
  1173.             components, interfaces, and port identifiers for which a
  1174.             single agent provides management information."
  1175.     ::= { entityGroups 3 }
  1176.  
  1177. entityGeneralGroup    OBJECT-GROUP
  1178.     OBJECTS {
  1179.               entLastChangeTime
  1180.             }
  1181.     STATUS  current
  1182.     DESCRIPTION
  1183.             "The collection of objects which are used to represent
  1184.             general entity information for which a single agent provides
  1185.             management information."
  1186.     ::= { entityGroups 4 }
  1187.  
  1188. entityNotificationsGroup NOTIFICATION-GROUP
  1189.     NOTIFICATIONS { entConfigChange }
  1190.     STATUS        current
  1191.     DESCRIPTION
  1192.             "The collection of notifications used to indicate Entity MIB
  1193.             data consistency and general status information."
  1194.     ::= { entityGroups 5 }
  1195.  
  1196. entityPhysical2Group    OBJECT-GROUP
  1197.     OBJECTS {
  1198.               entPhysicalHardwareRev,
  1199.               entPhysicalFirmwareRev,
  1200.               entPhysicalSoftwareRev,
  1201.               entPhysicalSerialNum,
  1202.               entPhysicalMfgName,
  1203.               entPhysicalModelName,
  1204.               entPhysicalAlias,
  1205.               entPhysicalAssetID,
  1206.               entPhysicalIsFRU
  1207.             }
  1208.  
  1209.     STATUS  current
  1210.     DESCRIPTION
  1211.             "The collection of objects which are used to represent
  1212.             physical system components, for which a single agent
  1213.             provides management information.  This group augments the
  1214.             objects contained in the entityPhysicalGroup."
  1215.     ::= { entityGroups 6 }
  1216.  
  1217. entityLogical2Group    OBJECT-GROUP
  1218.     OBJECTS {
  1219.               entLogicalDescr,
  1220.               entLogicalType,
  1221.               entLogicalTAddress,
  1222.               entLogicalTDomain,
  1223.               entLogicalContextEngineID,
  1224.               entLogicalContextName
  1225.             }
  1226.     STATUS  current
  1227.     DESCRIPTION
  1228.             "The collection of objects which are used to represent the
  1229.             list of logical entities for which a single SNMP entity
  1230.             provides management information."
  1231.     ::= { entityGroups 7 }
  1232.  
  1233. END
  1234.  
  1235. -- 
  1236. --    Copyright (C) The Internet Society (1999).  All Rights Reserved.
  1237. -- 
  1238. --    This document and translations of it may be copied and furnished to
  1239. --    others, and derivative works that comment on or otherwise explain it
  1240. --    or assist in its implementation may be prepared, copied, published
  1241. --    and distributed, in whole or in part, without restriction of any
  1242. --    kind, provided that the above copyright notice and this paragraph are
  1243. --    included on all such copies and derivative works.  However, this
  1244. --    document itself may not be modified in any way, such as by removing
  1245. --    the copyright notice or references to the Internet Society or other
  1246. --    Internet organizations, except as needed for the purpose of
  1247. --    developing Internet standards in which case the procedures for
  1248. --    copyrights defined in the Internet Standards process must be
  1249. --    followed, or as required to translate it into languages other than
  1250. --    English.
  1251. -- 
  1252. --    The limited permissions granted above are perpetual and will not be
  1253. --    revoked by the Internet Society or its successors or assigns.
  1254. -- 
  1255. --    This document and the information contained herein is provided on an
  1256. --    "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
  1257. --    TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
  1258. --    BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
  1259. --    HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
  1260. --    MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  1261. -- 
  1262.  
  1263.